home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / opterm05.lzh / PRG / READ_ME.TXT < prev    next >
Text File  |  1991-01-06  |  3KB  |  88 lines

  1.  
  2.                            --------------------------
  3.                            XYZ v. 2.0 Quick Reference
  4.                            --------------------------
  5.  
  6.  
  7. You should have the following files:
  8.  
  9. XYZ.TTP         The program itself
  10. XYZ.TXT         Full documentation
  11. READ_ME.TXT     This file
  12.  
  13. Here it is at last -- XYZ with uploading!
  14.  
  15. XYZ v. 2.0 is shareware. If you use it, please contribute. I suggest $10.
  16. Send contributions, along with any other comments, to:
  17.  
  18. Alan Hamilton
  19. 6202 N. 16th St. #202
  20. Phoenix, AZ 85016-1734
  21.  
  22. I can also be reached on the GEnie network at A.HAMILTON1 or STARFALL.
  23.  
  24. If you are familiar with XYZ version 1, downloading works exactly the same  
  25. with version 2.  The only differences are that XYZ now estimates the
  26. file transfer time with YMODEM and ZMODEM (if possible), and it handles
  27. filenames not compatible with the ST better.  
  28.  
  29. The estimation assumes that that file will be sent with 100% utilization
  30. of the phone line.  In reality, due to slow response times, errors, etc.,
  31. the actual transfer time will be longer.  If you are using a high speed
  32. modem that uses flow control, the transfer times won't be correct unless
  33. you use the -b option.
  34.  
  35. Version 2 also has a "second chance save" feature for when you get a disk
  36. error saving a file.
  37.  
  38. See XYZ.TXT for information on all of the new features.
  39.  
  40. Command line examples:
  41.  
  42.                         No options means do a ZMODEM download to the
  43.                         current default folder
  44.  
  45. c:\download             Do a ZMODEM download to the DOWNLOAD folder on
  46.                         drive C
  47.  
  48. -y                      Do a YMODEM download to the default folder
  49.  
  50. -y c:\download          Do a YMODEM download to the DOWNLOAD folder on
  51.                         drive C
  52.  
  53. -x file1.arc            Do a XMODEM download of FILE1.ARC to the default
  54.                         folder (a filename must always be used with XMODEM)
  55.  
  56. To upload, put -u on the command line, along with the filename or filenames
  57. (up to ten) to be uploaded.  They may contain wildcards, and all files that
  58. match a wildcard pattern will be sent.
  59.  
  60. Examples:
  61.  
  62. -u e:\uploads\*.*       Do a ZMODEM upload of all files in the UPLOADS folder
  63.  
  64. -u afile.txt            Do a ZMODEM upload of AFILE.TXT that's in the default
  65.                         folder
  66.  
  67. -u *.*                  Do a ZMODEM upload of all files in the default folder
  68.                         NOTE: If this is the folder XYZ.TTP is in, it will
  69.                         send itself, so watch out.
  70.  
  71. xyz -y -u e:\uploads\*.ARC      Send all ARC files in the UPLOADS folder
  72.                                 using YMODEM
  73.  
  74. XMODEM can only send one file.  If you use wildcards, only the first file
  75. that matches will be sent.
  76.  
  77. xyz -x -u afile.txt             Send AFILE.TXT from the default folderusing
  78.                                 XMODEM
  79.  
  80. xyz -x1k -u a:\bfile.txt        Send BFILE.TXT from the root directory on drive
  81.                                 A using XMODEM with 1k blocks
  82.  
  83.  
  84. If you have any problems, run XYZ with the -vlog.txt command, and send me
  85. the LOG.TXT file, along with any comments you may have.
  86.  
  87. I can be reached as A.HAMILTON1 or STARFALL on GEnie.
  88.